| lcWndGetEntByPoint2 | Home |
|
HANDLE lcWndGetEntByPoint2 ( HANDLE hLcWnd, double X, double Y, double Delta ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| X Y | |
| Selection point coordinates (drawing's units). | |
| Delta | |
| Distance from X,Y point, used to make a selecting aperture. | |
| Handle to the entity, if it has found at the specified point. If there are no object, the function returns NULL. |
|
lcWndGetEntByPoint,
lcWndGetEntsByPoint,
lcWndGetEntsByRect Code sample, Retrieve objects |